home *** CD-ROM | disk | FTP | other *** search
- Path: news.bridge.net!news
- From: David Byrden <100101.2547@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Re: C++ syntax
- Date: 22 Jan 1996 08:50:40 GMT
- Organization: self-employed
- Message-ID: <4dvj50$460@news.bridge.net>
- References: <3102EDDA.45A6@tribeca.ios.com>
- NNTP-Posting-Host: ppp-mia1-55.bridge.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
-
- >> while(next) // ??
- ...
- >> What does this line mean? How does it work?
-
-
- 'while', and the other conditional keywords, take an int value (will be
- bool in the final language). So I guess that Borland's iterator has a
- conversion to int, returning true as long as it points into a container?
-
- David
-
-
-
-